Product Offering API

(0 reviews)

Methods and endpoints

The Product Offering API allows you to:

  • search the product offering catalogue for available offers
  • view information about product offers
  • obtain the Product Offer ID used in the next stage of the ordering process.

The Product Offering API includes the following methods and endpoints:

Endpoint descriptionMethod and endpointFunction
API asset versionGET /versionRetrieve the full version number of the API (major minor and patch version numbers).
Product Offers By QueryGET /productOffersByQueryRetrieve a list of product offers available at an address or location by search options: Place ID, segment name, offer type, product family.

Mandatory attributes

These attributes are mandatory for the Product Offering API.

AttributeDescription
placeIdUsed as a part of GET /productOffersByQuery endpoint. The placeId is a mandatory parameter required to search for available product offers.

Additional attributes

These additional attributes are applicable to the Product Offering API.

productOfferingsCollection element

AttributeDescription
countNumber of available product offers for the place id
totalTotal items available
itemsThis is the container of items as an array

productOffer element

AttributeDescription
items.idProduct offer unique identifier
items.productOfferNameProduct offer name
items.isPrivateIndicates if the product offer is a private offer
items.voiceSupportedIndicates if voice is available on the ONT at location
items.productSpecIdProduct specification identifier
items.productCompatibilityIdProduct compatibility identifier
items.marketSegmentMarket offer segment designation of the product offering
items.productOfferTypeProduct offer type (Primary, Secondary, Not Applicable)
items.productFamilyNameProduct family name of the product offer
items.productClassificationProduct classification
items.groupNameProduct offer group within the product catalogue

Note: For more information on all available resources, attributes, parameters, field types, length and other restrictions, see the API Specification.


Reviews